08. Responsive design for multi-device Pt. 2

Responsive design for multi-device Pt. 2

INSTRUCTOR NOTE:

WebAIM checklist items:

Udacity course on Responsive Web Design Fundamentals

Responsive web design basics on Web Fundamentals

Material Design Accessibility recommendations for touch targets

Author's Note:
On older browsers (particularly Mobile Safari) developers would add user-scaleable=no because it would disable the 350ms click delay in that browser. As of Safari 9.1 this is no longer the case, and using width=device-width in your viewport will handle removing that click delay.